This is the top level resource for voucher redemptions and management Users use this page to search for vouchers and change their status to redeemed, pending, etc, or to reset their status when a mistake has occurred.
Properties
Name | Returns | Notes | Example |
---|---|---|---|
title | String | ||
parent | CommonCollectionResource | ||
name | String | ||
children | List | ||
statuses | Map | ||
voucherSummary | List | ||
vouchers | List | Does a search with the voucher-query parameter if present and returns vouchers | |
redeemingOrg | OrgData | ||
redeemingOrgs | List | ||
allExtraFields | List | Get all extra fields associated with all of the voucher types in the current list of vouchers |
REST Operations
- GET with voucher-query to search for vouchers. Returns HTML, use jquery to parse for the table and use that to update displayHide comments
